projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb5a74c
)
(QUIT): Throw t to Vthrow_on_input.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 12:10:29 +0000
(12:10 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 12:10:29 +0000
(12:10 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 375e0e9cb9b8d5387b539b46652730b800a7a67a..70f5ddffa947053f5b7a7e5b7e95dd202b8a420d 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-1797,7
+1797,7
@@
extern int interrupt_input_pending;
Lisp_Object flag = Vquit_flag; \
Vquit_flag = Qnil; \
if (EQ (Vthrow_on_input, flag)) \
- Fthrow (Vthrow_on_input, Q
nil);
\
+ Fthrow (Vthrow_on_input, Q
t);
\
Fsignal (Qquit, Qnil); \
} \
else if (interrupt_input_pending) \